$packages = json_decode($this->files->get($path), true);
$installed = json_decode($this->files->get($path), true); $packages = $installed['packages'] ?? $installed;